home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 4 / CU Amiga Magazine's Super CD-ROM 04 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-11].iso / magazine / psion / utils / pbkdbf.lzx / pbk2dbf.doc next >
Text File  |  1996-09-20  |  3KB  |  86 lines

  1.  
  2.  
  3.     PBK2DBF, a HP 95LX PBK -> Psion Data DBF converter
  4.     Psion Series 3/3a Version 1.0
  5.     Copyright (C) 1994 J Cade Roux
  6.  
  7.     This program is free software; you can redistribute it and/or modify
  8.     it under the terms of the GNU General Public License as published by
  9.     the Free Software Foundation; either version 2 of the License, or
  10.     (at your option) any later version.
  11.  
  12.     This program is distributed in the hope that it will be useful,
  13.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.     GNU General Public License for more details.
  16.  
  17.     You should have received a copy of the GNU General Public License
  18.     along with this program; if not, write to the Free Software
  19.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  
  21. *   N.B. For space reasons the GNU General Public License is not
  22. *   included with this Psion palmtop product.
  23.  
  24.  
  25.                              Installation
  26.  
  27. To install PBK2DBF, copy PBK2DBF.IMG to any \IMG\ directory.  Using the
  28. <Psion>-J option, install the RunIMG application.
  29.  
  30. This program was written for and tested on several PBK files from the
  31. AMIA Medical Forum.  If you have difficulty with any particular PBK
  32. files, please contact the author.
  33.  
  34.  
  35.                             De-installation
  36.  
  37. To de-install the program, delete the PBK2DBF.IMG file.
  38.  
  39.  
  40.                                Operation
  41.  
  42. After running, the program displays a dialog with two file choices.
  43. One is the input file (HP 95LX PBK Phone book format), the other is the
  44. output file (a plain Psion DBF containing only string fields).  This
  45. output file should NOT exist.  If it does, it WILL be overwritten (the
  46. user IS warned after accepting the dialog).
  47.  
  48. Once the files have been selected, conversion takes place, and a count
  49. of records converted is given.
  50.  
  51. The PBK file only has three fields: Name, Number, Address.  The address
  52. field can contain multiple lines.  This program always converts each
  53. line to a separate field in the DBF.  No labels record is created.  To
  54. add labels, open the file in the Data application and add labels.
  55.  
  56.  
  57.                                Compiling
  58.  
  59. The source archive is freely available from the author.
  60.  
  61.  
  62.                                 Credits
  63.  
  64. Development tools used included:
  65.  
  66. On PC: Psion SIBO SDK V2 with TopSpeed C compiler and associated tools,
  67. Multi-Edit 7.0 editor for DOS by American Cybernetics
  68.  
  69.  
  70.                                 Author
  71.  
  72. Suggestions for improvements are always welcome.  Please contact me
  73. (eMail virtually guarantees same day response):
  74.  
  75. Cade Roux
  76. P.O. Box 513
  77. Boutte, LA  70039  USA
  78.  
  79. 73733.1014@compuserve.com
  80.  
  81.  
  82.                                Revisions
  83.  
  84. 1.0:    Initial release
  85.  
  86.